[INFO] cloning repository https://github.com/inoahguy02/maxwell-cutoff-fix
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/inoahguy02/maxwell-cutoff-fix" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finoahguy02%2Fmaxwell-cutoff-fix", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finoahguy02%2Fmaxwell-cutoff-fix'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d81baf7f659cba5f0062496a26a29cff984046b8
[INFO] checking inoahguy02/maxwell-cutoff-fix against try#21cad1f647cfd05a566220f933edd88a53e50bcf for pr-129249-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finoahguy02%2Fmaxwell-cutoff-fix" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/inoahguy02/maxwell-cutoff-fix
[INFO] finished tweaking git repo https://github.com/inoahguy02/maxwell-cutoff-fix
[INFO] tweaked toml for git repo https://github.com/inoahguy02/maxwell-cutoff-fix written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/inoahguy02/maxwell-cutoff-fix on toolchain 21cad1f647cfd05a566220f933edd88a53e50bcf
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/inoahguy02/maxwell-cutoff-fix already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cf661ec19ed3bc0c392773ef0709cca975b0d90f4ec8d820a75489bfb598fa15
[INFO] running `Command { std: "docker" "start" "cf661ec19ed3bc0c392773ef0709cca975b0d90f4ec8d820a75489bfb598fa15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cf661ec19ed3bc0c392773ef0709cca975b0d90f4ec8d820a75489bfb598fa15" "/opt/rustwide/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf661ec19ed3bc0c392773ef0709cca975b0d90f4ec8d820a75489bfb598fa15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cf661ec19ed3bc0c392773ef0709cca975b0d90f4ec8d820a75489bfb598fa15" "/opt/rustwide/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking log v0.4.25
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]     Checking bytemuck v1.21.0
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]     Checking indexmap v2.7.1
[INFO] [stderr]     Checking symphonia-core v0.5.4
[INFO] [stderr]     Checking winnow v0.6.24
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling cpal v0.15.3
[INFO] [stderr]    Compiling serde_json v1.0.137
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking ogg v0.8.0
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]     Checking dasp_sample v0.11.0
[INFO] [stderr]     Checking lewton v0.10.2
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]     Checking chrono v0.4.39
[INFO] [stderr]     Checking nu-ansi-term v0.50.1
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking symphonia-metadata v0.5.4
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]     Checking symphonia-bundle-mp3 v0.5.4
[INFO] [stderr]     Checking yaml-rust2 v0.9.0
[INFO] [stderr]     Checking nix v0.23.2
[INFO] [stderr]     Checking hound v3.5.1
[INFO] [stderr]     Checking rust-ini v0.21.1
[INFO] [stderr]     Checking claxon v0.4.3
[INFO] [stderr]     Checking widestring v0.4.3
[INFO] [stderr]     Checking symphonia v0.5.4
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.85
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking single-instance v0.3.3
[INFO] [stderr]     Checking auto-launch v0.5.0
[INFO] [stderr]    Compiling pest v2.7.15
[INFO] [stderr]     Checking flexi_logger v0.29.8
[INFO] [stderr]    Compiling pest_meta v2.7.15
[INFO] [stderr]    Compiling pest_generator v2.7.15
[INFO] [stderr]    Compiling pest_derive v2.7.15
[INFO] [stderr]     Checking bitflags v2.8.0
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking json5 v0.4.1
[INFO] [stderr]     Checking alsa v0.9.1
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking toml_edit v0.22.22
[INFO] [stderr]     Checking rodio v0.20.1
[INFO] [stderr]     Checking toml v0.8.19
[INFO] [stderr]     Checking config v0.15.6
[INFO] [stderr]     Checking maxwell-fix v1.2.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.69s
[INFO] running `Command { std: "docker" "inspect" "cf661ec19ed3bc0c392773ef0709cca975b0d90f4ec8d820a75489bfb598fa15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf661ec19ed3bc0c392773ef0709cca975b0d90f4ec8d820a75489bfb598fa15", kill_on_drop: false }`
[INFO] [stdout] cf661ec19ed3bc0c392773ef0709cca975b0d90f4ec8d820a75489bfb598fa15
